-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update Flutter Web Example #1493
docs: update Flutter Web Example #1493
Conversation
Don't use the ory proxy for this please! I intentionally removed the proxy usage with the flutter example due to the test flakes. The proxy makes the flutter app significantly slower to load in the browser since it pushes all the flutter assets through the proxy! with the tunnel it's only serving Ory-related data and the flutter app is loaded directly from its own dev server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I have commented on the PR - we shouldn't use the Ory Proxy with the flutter example!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Proposed changes
This PR installs new versions of dependencies, fixes Ory base URL used for Ory Proxy and updates the guide.
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.